/* Copyright (c) 1997-2009
   Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Darmstadt, Germany)
   http://www.polymake.de

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version: http://www.gnu.org/licenses/gpl.txt.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
--------------------------------------------------------------------------------
   $Project: polymake $$Id: hash_map 9298 2009-09-02 23:10:56Z gawrilow $
*/

#ifndef _POLYMAKE_COMMON_PERL_BINDINGS_hash_map_H
#define _POLYMAKE_COMMON_PERL_BINDINGS_hash_map_H

#include_next <hash_map>
#include <polymake.h>

namespace polymake { namespace perl_bindings {
///==== Automatically generated contents follow.    Please do not delete this line. ====
   template <typename T, typename T0, typename T1>
   pm::perl::SV4recognize<pm::identical<T, hash_map<T0,T1> >::value>* recognize(bait*, T*, hash_map<T0,T1>*)
   {
      return pm::perl::get_type<pm::list(T0,T1)>("Polymake::common::HashMap", pm::identical<T, hash_map<T0,T1> >());
   }

///==== Automatically generated contents end here.  Please do not delete this line. ====
} }

#endif // _POLYMAKE_COMMON_PERL_BINDINGS_hash_map_H

// Local Variables:
// mode:C++
// c-basic-offset:3
// End:
